home *** CD-ROM | disk | FTP | other *** search
- SET-SHOW QUEUE
-
- Sets the default print queue field in the user profile. SET NOQUEUE clears the
- previously defined print queue and sets the queue to SYS$PRINT, the default
- print queue. See your system manager for valid queue names on your system.
-
-
- Format: SET QUEUE queue-name
-
- SET NOQUEUE
-
- SHOW QUEUE
-
- Examples:
-
- 1.
- MAIL> SHOW QUEUE
- Your default queue is SYS$PRINT.
-
- MAIL> SET QUEUE LASER$PRINT
-
- MAIL> SHOW QUEUE
- Your default print queue is LASER$PRINT
-
- MAIL> 4
- MAIL> PRINT
- MAIL> exit
- Job MAIL (queue LASER$PRINT, entry 43) started on
- LASER$PRINT
-
- This example shows set your default queue to LASER$PRINT
- and print message 4. The PRINT command sends the print job
- to the queue specified by the SET QUEUE command.